home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000041_news@columbia.edu _Thu Apr 3 09:40:28 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA02233
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 3 Apr 1997 09:40:27 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA03913
  7.     for kermit.misc@watsun; Thu, 3 Apr 1997 09:40:26 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: DEC ethernet?
  12. Date: 3 Apr 1997 14:40:15 GMT
  13. Organization: Columbia University
  14. Lines: 31
  15. Message-ID: <5i0fgf$hhm$1@apakabar.cc.columbia.edu>
  16. References: <33431927.B72@azstarnet.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6856
  19.  
  20. In article <33431927.B72@azstarnet.com>,
  21. Bill Wailgum  <wjwjr@azstarnet.com> wrote:
  22. : I am about to embark on a project that will attempt to connect a Win95
  23. : PC to a MicroVax running MicroVMS 4.6 -- My medium will be the DEC
  24. : ethernet. Both the Vax and the PC are already connected to the hub. The
  25. : question is -- Is my plan to use Kermit to interface the two systems via
  26. : the DEC ethernet plausible? Or am I going to try something that won't
  27. : work? 
  28. :
  29. You need something "under" Kermit first.  There are many alternatives,
  30. none of them free (well, few of them).  You need to purchase a TCP/IP
  31. package for VMS (Windows 95 already has TCP/IP), or else you need to
  32. purchase a LAT or DECnet product for Windows 95 (VMS already has LAT and
  33. DECnet).  TCP/IP usually makes the most sense, because you can use it to
  34. access "billions and billions" of computers and services.  (There is also
  35. a free TCP/IP for VMS -- the CMU/Tektronix version -- but by all accounts
  36. installation and upkeep are a big job compared to the commercial
  37. products.)
  38.  
  39. Having done this, you'll need a good VT320 emulator for Windows 95.
  40. Kermit 95 can do this over LAT (Meridian Technologies SuperLAT) or TCP/IP
  41. (Telnet or Rlogin), and of course also on serial connections, direct or
  42. dialed.  More info at:
  43.  
  44.   http://www.columbia.edu/kermit/k95.html
  45.  
  46. And of course C-Kermit for VMS:
  47.  
  48.   http://www.columbia.edu/kermit/ck60.html
  49.  
  50. - Frank